Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gomod: Update dependencies #186

Merged
merged 2 commits into from
Dec 16, 2024
Merged

gomod: Update dependencies #186

merged 2 commits into from
Dec 16, 2024

Conversation

stgraber
Copy link
Member

No description provided.

Signed-off-by: Stéphane Graber <[email protected]>
The Github Actions runners have some weird issues with nested virtualization.

Signed-off-by: Stéphane Graber <[email protected]>
Copy link
Collaborator

@breml breml left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -556,7 +556,10 @@ func TestAccInstance_fileUploadContent_VM(t *testing.T) {
instanceName := petname.Generate(2, "-")

resource.Test(t, resource.TestCase{
PreCheck: func() { acctest.PreCheck(t) },
PreCheck: func() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stgraber in #169 , it is consistently failing on 3 more tests, see: https://github.com/lxc/terraform-provider-incus/actions/runs/12346795339/job/34452893067?pr=169#step:8:165

  • TestAccInstance_virtualMachine
  • TestAccInstance_virtualMachineNoDevIncus
  • TestAccInstance_restartVirtualMachine

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but those tests already have the correct PreCheck, the precheck is just missing the github actions detection part.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these tests suddenly starting to fail?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github changed the type of VMs they're using to run Github Actions.

@stgraber stgraber merged commit edbcdfc into lxc:main Dec 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants